home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / file_mgt / ffg / demo_bat / attr-hsr.bat < prev    next >
Encoding:
DOS Batch File  |  1995-04-01  |  150 b   |  8 lines

  1. @echo off
  2. echo Here is a listing of files having the HIDDEN, SYSTEM and READ-ONLY attributes
  3. echo set.
  4. call presskey
  5. echo on
  6. ffg /p *:* /ahsr
  7.  
  8.